home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 February / cd joystick no112 fevrier 2000.iso / DATA / Demos / ageofwonder / data1.cab / Program / AoW.exe / 0 / RCDATA / TSWINDOW / TSWINDOW.txt
Text File  |  1999-10-21  |  10KB  |  401 lines

  1. object SWindow: TSWindow
  2.   Left = 645
  3.   Top = 156
  4.   Height = 310
  5.   Width = 349
  6.   object ScannerWindow: TAOWWindow
  7.     Visible = False
  8.     Priority = 10
  9.     WinLeft = 440
  10.     WinTop = 0
  11.     WinWidth = 200
  12.     Masked = False
  13.     Alignment.AlignWidth = awRight
  14.     Alignment.AlignHeight = ahTop
  15.     Alignment.HeightPercent = 0
  16.     Alignment.WidthPercent = 0
  17.     Alignment.LeftOffPercent = 0
  18.     Alignment.RightOffPercent = 0
  19.     Alignment.TopOffPercent = 0
  20.     Alignment.BottomOffPercent = 0
  21.     Alignment.LeftOffset = 0
  22.     Alignment.RightOffset = 0
  23.     Alignment.TopOffset = 0
  24.     Alignment.BottomOffset = 0
  25.     WinManager = General.Manager
  26.     UseVMem = True
  27.     BorderWidth = 4
  28.     BorderHeight = 4
  29.     OverlapTopCorners = False
  30.     Cursor = crDefault
  31.     DoubleBuffered = True
  32.     MaskColor = clBlack
  33.     FreeSurfaceOnHide = False
  34.     ILFrame = IntGfxMod.GenericF
  35.     ILIndexFrame = 0
  36.     ILIndexTexture = 2
  37.     ILTexture = IntGfxMod.GenericT
  38.     DragHeight = 20
  39.     Draggable = True
  40.     Resizable = True
  41.     OnDrag = ScannerWindowResize
  42.     OnResize = ScannerWindowResize
  43.     MinWidth = 200
  44.     MinHeight = 216
  45.     MaxWidth = 0
  46.     MaxHeight = 0
  47.     UseManagerBorders = True
  48.     Modal = False
  49.     WinHeight = 216
  50.     Dockable = False
  51.     Left = 56
  52.     Top = 8
  53.   end
  54.   object ScannerFrame: TAoWFrame
  55.     Priority = 50
  56.     WinLeft = -2
  57.     WinTop = 10
  58.     AOWWindow = ScannerWindow
  59.     CaptureInput = False
  60.     Alignment.AlignWidth = awBoth
  61.     Alignment.AlignHeight = ahBoth
  62.     Alignment.HeightPercent = 0
  63.     Alignment.WidthPercent = 0
  64.     Alignment.LeftOffPercent = 0
  65.     Alignment.RightOffPercent = 0
  66.     Alignment.TopOffPercent = 0
  67.     Alignment.BottomOffPercent = 0
  68.     Alignment.LeftOffset = -2
  69.     Alignment.RightOffset = 6
  70.     Alignment.TopOffset = 10
  71.     Alignment.BottomOffset = 4
  72.     Masked = False
  73.     WinWidth = 196
  74.     WinHeight = 202
  75.     FrameType = frHollowBox
  76.     ILFrame = IntGfxMod.ScanWin
  77.     ILIndexFrame = 0
  78.     ILIndexLine = 0
  79.     ILIndexTexture = 0
  80.     Left = 48
  81.     Top = 56
  82.   end
  83.   object ScannerTab: TAOWTabPanel
  84.     OnMouseDown = ScannerTabMouseDown
  85.     Priority = 10000
  86.     WinLeft = 31
  87.     WinTop = 182
  88.     AOWWindow = ScannerWindow
  89.     ToolTip = General.ToolTip
  90.     ToolTipText.Strings = (
  91.       'Selects one of the three map layers.')
  92.     CaptureInput = True
  93.     Alignment.AlignWidth = awBoth
  94.     Alignment.AlignHeight = ahBottom
  95.     Alignment.HeightPercent = 0
  96.     Alignment.WidthPercent = 0
  97.     Alignment.LeftOffPercent = 0
  98.     Alignment.RightOffPercent = 0
  99.     Alignment.TopOffPercent = 0
  100.     Alignment.BottomOffPercent = 0
  101.     Alignment.LeftOffset = 31
  102.     Alignment.RightOffset = 24
  103.     Alignment.TopOffset = 0
  104.     Alignment.BottomOffset = 19
  105.     Masked = False
  106.     AOWFont = FontModule.Age8
  107.     Items.Strings = (
  108.       'Surface'
  109.       'Caverns'
  110.       'Depths')
  111.     BorderHeight = 3
  112.     OnChange = ScannerTabChange
  113.     Selected = 1
  114.     WinWidth = 145
  115.     TextColor = 1777703
  116.     TextSelColor = clBlack
  117.     ILButton = IntGfxMod.ScanWin
  118.     ILIndexDown = 17
  119.     ILIndexUp = 14
  120.     BorderHeightSelected = 3
  121.     Left = 160
  122.     Top = 56
  123.   end
  124.   object BuildingCheck: TAOWCheckBox
  125.     Priority = 1001
  126.     WinLeft = 160
  127.     WinTop = 37
  128.     AOWWindow = ScannerWindow
  129.     ToolTip = General.ToolTip
  130.     ToolTipText.Strings = (
  131.       'Toggles player structures on and off.')
  132.     CaptureInput = True
  133.     Alignment.AlignWidth = awRight
  134.     Alignment.AlignHeight = ahTop
  135.     Alignment.HeightPercent = 0
  136.     Alignment.WidthPercent = 0
  137.     Alignment.LeftOffPercent = 0
  138.     Alignment.RightOffPercent = 0
  139.     Alignment.TopOffPercent = 0
  140.     Alignment.BottomOffPercent = 0
  141.     Alignment.LeftOffset = 0
  142.     Alignment.RightOffset = 25
  143.     Alignment.TopOffset = 37
  144.     Alignment.BottomOffset = 0
  145.     Masked = False
  146.     BorderHeight = 0
  147.     BorderHeightSelected = 0
  148.     ILIcon = IntGfxMod.ScanWin
  149.     ILIndexDown = 9
  150.     ILIndexLit = 0
  151.     ILIndexUp = 8
  152.     TextColor = clBlack
  153.     TextSelColor = clBlack
  154.     WinWidth = 15
  155.     Checked = True
  156.     OnChange = BuildingCheckChange
  157.     RadioIndex = 0
  158.     Left = 112
  159.     Top = 104
  160.   end
  161.   object ArmyCheck: TAOWCheckBox
  162.     Priority = 1002
  163.     WinLeft = 160
  164.     WinTop = 52
  165.     AOWWindow = ScannerWindow
  166.     ToolTip = General.ToolTip
  167.     ToolTipText.Strings = (
  168.       'Toggles parties on and off.')
  169.     CaptureInput = True
  170.     Alignment.AlignWidth = awRight
  171.     Alignment.AlignHeight = ahTop
  172.     Alignment.HeightPercent = 0
  173.     Alignment.WidthPercent = 0
  174.     Alignment.LeftOffPercent = 0
  175.     Alignment.RightOffPercent = 0
  176.     Alignment.TopOffPercent = 0
  177.     Alignment.BottomOffPercent = 0
  178.     Alignment.LeftOffset = 0
  179.     Alignment.RightOffset = 25
  180.     Alignment.TopOffset = 52
  181.     Alignment.BottomOffset = 0
  182.     Masked = False
  183.     BorderHeight = 0
  184.     BorderHeightSelected = 0
  185.     ILIcon = IntGfxMod.ScanWin
  186.     ILIndexDown = 11
  187.     ILIndexLit = 0
  188.     ILIndexUp = 10
  189.     TextColor = clBlack
  190.     TextSelColor = clBlack
  191.     WinWidth = 15
  192.     Checked = True
  193.     OnChange = ArmyCheckChange
  194.     RadioIndex = 0
  195.     Left = 176
  196.     Top = 104
  197.   end
  198.   object NaturalCheck: TAOWCheckBox
  199.     Priority = 1003
  200.     WinLeft = 160
  201.     WinTop = 67
  202.     AOWWindow = ScannerWindow
  203.     ToolTip = General.ToolTip
  204.     ToolTipText.Strings = (
  205.       'Toggles natural structures on and off.')
  206.     CaptureInput = True
  207.     Alignment.AlignWidth = awRight
  208.     Alignment.AlignHeight = ahTop
  209.     Alignment.HeightPercent = 0
  210.     Alignment.WidthPercent = 0
  211.     Alignment.LeftOffPercent = 0
  212.     Alignment.RightOffPercent = 0
  213.     Alignment.TopOffPercent = 0
  214.     Alignment.BottomOffPercent = 0
  215.     Alignment.LeftOffset = 0
  216.     Alignment.RightOffset = 25
  217.     Alignment.TopOffset = 67
  218.     Alignment.BottomOffset = 0
  219.     Masked = False
  220.     BorderHeight = 0
  221.     BorderHeightSelected = 0
  222.     ILIcon = IntGfxMod.ScanWin
  223.     ILIndexDown = 13
  224.     ILIndexLit = 0
  225.     ILIndexUp = 12
  226.     TextColor = clBlack
  227.     TextSelColor = clBlack
  228.     WinWidth = 15
  229.     Checked = True
  230.     OnChange = NaturalCheckChange
  231.     RadioIndex = 0
  232.     Left = 240
  233.     Top = 104
  234.   end
  235.   object Scanner: TScanner
  236.     Priority = 5
  237.     WinLeft = 30
  238.     WinTop = 32
  239.     AOWWindow = ScannerWindow
  240.     CaptureInput = True
  241.     Alignment.AlignWidth = awBoth
  242.     Alignment.AlignHeight = ahBoth
  243.     Alignment.HeightPercent = 0
  244.     Alignment.WidthPercent = 0
  245.     Alignment.LeftOffPercent = 0
  246.     Alignment.RightOffPercent = 0
  247.     Alignment.TopOffPercent = 0
  248.     Alignment.BottomOffPercent = 0
  249.     Alignment.LeftOffset = 30
  250.     Alignment.RightOffset = 39
  251.     Alignment.TopOffset = 32
  252.     Alignment.BottomOffset = 32
  253.     Masked = False
  254.     WinWidth = 131
  255.     WinHeight = 152
  256.     TilesImageLib = IntGfxMod.ScanTiles
  257.     HiLightsImageLib = IntGfxMod.ScanHiLites
  258.     FogImageLib = IntGfxMod.ScanFog
  259.     ILObjects = IntGfxMod.ScanObj
  260.     TileBoxTop = -1
  261.     TileBoxLeft = -1
  262.     TileBoxWidth = -1
  263.     TileBoxHeight = -1
  264.     HighLights = True
  265.     Buildings = True
  266.     Armies = True
  267.     Naturals = True
  268.     OnChangeTileBox = ScannerChangeTileBox
  269.     MapDrawSteps = 5
  270.     ILFrame = IntGfxMod.ScanWin
  271.     ILIndexFrame = 20
  272.     Left = 160
  273.     Top = 8
  274.   end
  275.   object STitleIcon: TAOWImage
  276.     Priority = 0
  277.     WinLeft = 2
  278.     WinTop = 2
  279.     AOWWindow = ScannerWindow
  280.     CaptureInput = False
  281.     Alignment.AlignWidth = awLeft
  282.     Alignment.AlignHeight = ahTop
  283.     Alignment.HeightPercent = 0
  284.     Alignment.WidthPercent = 0
  285.     Alignment.LeftOffPercent = 0
  286.     Alignment.RightOffPercent = 0
  287.     Alignment.TopOffPercent = 0
  288.     Alignment.BottomOffPercent = 0
  289.     Alignment.LeftOffset = 2
  290.     Alignment.RightOffset = 0
  291.     Alignment.TopOffset = 2
  292.     Alignment.BottomOffset = 0
  293.     Masked = False
  294.     ImageLib = IntGfxMod.TitleIcons
  295.     AnimStart = 0
  296.     CurrentImage = 0
  297.     AnimEnd = 11
  298.     WinWidth = 19
  299.     WinHeight = 16
  300.     Animate = False
  301.     AnimFrameDelay = 0
  302.     Left = 248
  303.     Top = 48
  304.   end
  305.   object STitleLabel: TAOWLabel
  306.     Priority = 0
  307.     WinLeft = 25
  308.     WinTop = 4
  309.     AOWWindow = ScannerWindow
  310.     CaptureInput = False
  311.     Alignment.AlignWidth = awLeft
  312.     Alignment.AlignHeight = ahTop
  313.     Alignment.HeightPercent = 0
  314.     Alignment.WidthPercent = 0
  315.     Alignment.LeftOffPercent = 0
  316.     Alignment.RightOffPercent = 0
  317.     Alignment.TopOffPercent = 0
  318.     Alignment.BottomOffPercent = 0
  319.     Alignment.LeftOffset = 25
  320.     Alignment.RightOffset = 0
  321.     Alignment.TopOffset = 4
  322.     Alignment.BottomOffset = 0
  323.     Masked = True
  324.     AOWFont = FontModule.Age10
  325.     Text = 'World Map'
  326.     TextColor = clBlack
  327.     Left = 32
  328.     Top = 208
  329.   end
  330.   object SMinIcon: TAOWButton
  331.     Priority = 1000
  332.     WinLeft = 180
  333.     WinTop = 1
  334.     AOWWindow = ScannerWindow
  335.     ToolTip = General.ToolTip
  336.     ToolTipText.Strings = (
  337.       'Minimizes the window')
  338.     CaptureInput = True
  339.     Alignment.AlignWidth = awRight
  340.     Alignment.AlignHeight = ahTop
  341.     Alignment.HeightPercent = 0
  342.     Alignment.WidthPercent = 0
  343.     Alignment.LeftOffPercent = 0
  344.     Alignment.RightOffPercent = 0
  345.     Alignment.TopOffPercent = 0
  346.     Alignment.BottomOffPercent = 0
  347.     Alignment.LeftOffset = 0
  348.     Alignment.RightOffset = 5
  349.     Alignment.TopOffset = 1
  350.     Alignment.BottomOffset = 0
  351.     Masked = False
  352.     BorderHeight = 0
  353.     BorderHeightSelected = 0
  354.     ILIcon = IntGfxMod.GenericI
  355.     ILIndexDown = 4
  356.     ILIndexLit = 5
  357.     ILIndexUp = 3
  358.     TextColor = clBlack
  359.     TextSelColor = clBlack
  360.     WinWidth = 15
  361.     OnClick = SMinIconClick
  362.     Left = 120
  363.     Top = 208
  364.   end
  365.   object Help: TAOWButton
  366.     Priority = 0
  367.     WinLeft = 165
  368.     WinTop = 1
  369.     AOWWindow = ScannerWindow
  370.     ToolTip = General.ToolTip
  371.     ToolTipText.Strings = (
  372.       'Displays Help for this window.')
  373.     CaptureInput = True
  374.     Alignment.AlignWidth = awRight
  375.     Alignment.AlignHeight = ahTop
  376.     Alignment.HeightPercent = 0
  377.     Alignment.WidthPercent = 0
  378.     Alignment.LeftOffPercent = 0
  379.     Alignment.RightOffPercent = 0
  380.     Alignment.TopOffPercent = 0
  381.     Alignment.BottomOffPercent = 0
  382.     Alignment.LeftOffset = 0
  383.     Alignment.RightOffset = 20
  384.     Alignment.TopOffset = 1
  385.     Alignment.BottomOffset = 0
  386.     Masked = False
  387.     BorderHeight = 0
  388.     BorderHeightSelected = 0
  389.     ILIcon = IntGfxMod.GenericI
  390.     ILIndexDown = 60
  391.     ILIndexLit = 61
  392.     ILIndexUp = 59
  393.     TextColor = clBlack
  394.     TextSelColor = clBlack
  395.     WinWidth = 15
  396.     OnClick = HelpClick
  397.     Left = 108
  398.     Top = 8
  399.   end
  400. end
  401.